home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.3 KB | 81 lines | [TEXT/MPS ] |
- /* © Copyright 1990 The NetWork Project, StatLab Heidelberg.
- © Copyright 1990 Joachim Lindenberg, Karlsruhe. All rights reserved */
-
- #include "Types.R"
- #include "SysTypes.R"
-
- resource 'vers' (1) {
- 0x1,
- 0x1,
- beta,
- 0x0,
- verUs,
- "1.1b0",
- "1.1b0©1990 Joachim Lindenberg, Karlsruhe. All rights reserved."
- };
-
- resource 'SIZE' (-1) {
- dontSaveScreen,
- acceptSuspendResumeEvents,
- enableOptionSwitch,
- cannotBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- notHighLevelEventAware,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- 32768,
- 32768
- };
-
- #if 0
-
- Windows installs itself if more than one menu is present - therefore use
- just one
- resource 'MENU' (257) {
- 257,
- textMenuProc,
- 0x7FFFFFFD,
- enabled,
- "File",
- { "Quit", noIcon, "Q", noMark, plain
- }
- };
-
- resource 'MENU' (256) {
- 256,
- textMenuProc,
- 0x7FFFFFFD,
- enabled,
- apple,
- { /* array: 2 elements */
- /* [1] */
- "About ScreenSaver…", noIcon, noKey, noMark, plain,
- /* [2] */
- "-", noIcon, noKey, noMark, plain
- }
- };
- #endif
-
- resource 'MENU' (256) {
- 256,
- textMenuProc,
- 0x7FFFFFFD,
- enabled,
- apple,
- { /* array: 2 elements */
- /* [1] */
- "Quit ScreenSaver", noIcon, "Q", noMark, plain,
- /* [2] */
- "-", noIcon, noKey, noMark, plain
- }
- };
-
-